home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000321_news@columbia.edu _Fri Feb 28 04:20:50 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA26130
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 28 Feb 1997 04:20:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id EAA02911
  7.     for kermit.misc@watsun; Fri, 28 Feb 1997 04:20:49 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.mathworks.com!europa.clark.net!newsfeed.internetmci.com!news.smart.net!not-for-mail
  9. From: gh@smart.net
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Accessing serial port
  12. Date: Fri, 28 Feb 1997 03:57:45 -0500
  13. Organization: Smartnet Internet Services [via news]
  14. Lines: 13
  15. Message-ID: <33169E09.2A49@smart.net>
  16. NNTP-Posting-Host: 206.153.50.76
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.0 (Win95; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:6660
  22.  
  23. I have attached an external ISDN modem to my computer.
  24. It has an ethernet connection for the network and is 
  25. also connected to the 1st serial port with a DB9 cable
  26. so that I can access and configure it. I am trying to
  27. use C-kermit to access it. I am using the NEXTSTEP
  28. operating system which uses a BSD style device name
  29. convention. I have tried using the command SET LINE
  30. /dev/cufa and SET LINE /dev/cuf0 to try to connect to
  31. it, but I get the error message that the device name
  32. not found. What would be the sequence of commands I
  33. should use to connect to my ISDN modem?
  34.  
  35. --Greg